home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts26-13
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help! VC++, simple program hw to
- Date: Tue, 06 Feb 96 22:41:05 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4f8l44$ffl@sam.inforamp.net>
- References: <4f36vj$gts@ixnews6.ix.netcom.com>
- NNTP-Posting-Host: ts26-13.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4f36vj$gts@ixnews6.ix.netcom.com>,
- buccis@ix.netcom.com (Dave, Lin, Jill and Dakota Bucci) wrote:
- >Forgive a naive question about Visual C++. I'm a moderately
- >experienced c++ programmer, but cut my teeth in the Borland world, and
- >have only minimal Windows programming with c++.
- >
- >I now am tasked with writing what _should_ be a simple program at work
- >with MS VC++ (v1.5) -- user interface is a simple dialog that has no
- >buttons, just displays a message while working behind the scenes, then
- >goes away. But I can't figure out how to do this in vc++ -- the App
- >Wizard keeps giving me a menu that I don't want, and modifying the
- >menu in App Studio doesn't get rid of the menu choices.
- >
- >Quickwin doesn't seem the way to go (it's a DOS program that kind of
- >gets ported into windows visually, right?).
- >
- >Any help welcome!
- >--------------------------------------------
- >Dave Bucci buccis@ix.netcom.com
- >
-
- You have to catch the window type in the App Wizard. Somewhere in the app
- wizard you specify you don't wan't a menu. I think specifying that the main
- window will be a dialog will do.
-
- Agrivar
-